.navigation {
    position: fixed;
    z-index: 50;
    display: flex;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.6;
    padding-left: 5%;
    padding-right: 5%;
    --tw-backdrop-blur: blur(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 100ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.menu-item {
    position: relative;
    display: flex;
    cursor: pointer;
    border-radius: 0.375rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.menu-item:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(229 247 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 102 154 / var(--tw-text-opacity));
}

.menu-item img {
    pointer-events: none;
}

.sub-menu-item {
    position: absolute;
    z-index: 10;
    width: 33.333333%;
    max-width: 32rem;
}

@keyframes show-up {

    0% {
        transform: translateY(16px);
    }

    100% {
        transform: translateY(0);
    }
}

.sub-menu-item {
    animation: show-up 0.4s cubic-bezier(.19,1,.22,1);
    gap: 0.75rem;
    border-radius: 0.75rem;
    border-top-left-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(229 247 255 / var(--tw-bg-opacity));
    padding: 1rem;
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.sub-menu-item ul {
    line-height: 1.5rem;
}

.sub-menu-item ul li {
    border-radius: 0.375rem;
    padding: 0.5rem;
}

.sub-menu-item ul li:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.sub-menu-item h3 {
    font-family: "roca", sans-serif;
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #FFBC7D var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 188 125 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: rgb(204 145 207 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #CC91CF var(--tw-gradient-via-position), var(--tw-gradient-to);
    --tw-gradient-via-position: 30%;
    --tw-gradient-to: #00669A var(--tw-gradient-to-position);
    --tw-gradient-to-position: 90%;
    -webkit-background-clip: text;
            background-clip: text;
    padding: 0.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    color: transparent;
}

.social-media {
    border-radius: 32px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(192 216 223 / var(--tw-border-opacity));
    background-color: transparent;
    padding: 0.5rem;
}

.social-media:hover {
    --tw-border-opacity: 1;
    border-color: rgb(186 228 250 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(186 228 250 / var(--tw-bg-opacity));
}

.nav-mobile {
    position: fixed;
    top: 6rem;
    left: 0px;
    z-index: -10;
    display: flex;
    height: 100vh;
    width: 100vw;
    flex-direction: column;
    align-items: flex-start;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.nav-mobile ul {
    margin: 1rem;
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 1rem;
}

.nav-mobile p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(89 135 147 / var(--tw-text-opacity));
}
.p-block {

    position: absolute;

    bottom: 1rem;

    margin-left: 10%;

    margin-right: 10%;

    display: flex;

    max-width: 64rem;

    flex-direction: column;

    align-items: flex-start;

    gap: 1.5rem
}

@media (min-width: 768px) {

    .p-block {

        position: relative;

        margin-left: 0px;

        margin-right: 0px;

        flex-direction: row
    }
}

.puzzle {

    position: absolute;

    top: 0px;

    z-index: -10
}

.puzzle .div {

    position: relative
}

.puzzle img {

    position: absolute
}

.puzzle .wrapper {

    position: absolute
}

.header {

    margin-left: 0px;

    margin-right: 0px;

    display: flex;

    height: 100%;

    flex-direction: column;

    align-items: center;

    justify-content: space-around;

    border-radius: 0px;

    --tw-bg-opacity: 1;

    background-color: rgb(186 228 250 / var(--tw-bg-opacity));

    padding-left: 1.25rem;

    padding-right: 1.25rem;

    text-align: center
}

@media (min-width: 640px) {

    .header {

        margin-left: 10%;

        margin-right: 10%;

        border-radius: 1rem
    }
}
.button {
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    border-radius: 9999px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(57 148 193 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(57 148 193 / var(--tw-bg-opacity));
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}


.button:hover {
    --tw-border-opacity: 1;
    border-color: rgb(0 102 154 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(0 102 154 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}


.outlined {
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    border-radius: 9999px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(147 182 191 / var(--tw-border-opacity));
    background-color: transparent;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(18 83 100 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}


.outlined:hover {
    --tw-border-opacity: 1;
    border-color: rgb(57 148 193 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(57 148 193 / var(--tw-text-opacity));
}

.category-button {
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    border-radius: 9999px;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(18 83 100 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.category-button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.active {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

a {
    display: inline-block;
    --tw-text-opacity: 1;
    color: rgb(0 102 154 / var(--tw-text-opacity));
}

a:hover {
    --tw-text-opacity: 1;
    color: rgb(57 148 193 / var(--tw-text-opacity));
}

.link {
    display: inline-block;
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(57 148 193 / var(--tw-text-opacity));
}

.link:hover {
    --tw-text-opacity: 1;
    color: rgb(0 102 154 / var(--tw-text-opacity));
}

.external::after {
    content: '';
    -webkit-mask: url('/netzerocity/wp-content/themes/net-zero-city/assets/images/16-Arrow-t-r.svg');
            mask: url('/netzerocity/wp-content/themes/net-zero-city/assets/images/16-Arrow-t-r.svg');
    -webkit-mask-size: cover;
            mask-size: cover;
    position: absolute;
    margin-left: 0.25rem;
    margin-top: 2px;
    height: 1rem;
    width: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(57 148 193 / var(--tw-bg-opacity));
}

.external:hover::after {
    --tw-bg-opacity: 1;
    background-color: rgb(0 102 154 / var(--tw-bg-opacity));
}

.category-badge {
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(196 242 118 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(196 242 118 / var(--tw-bg-opacity));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(152 190 88 / var(--tw-text-opacity));
}

.category-badge:hover {
    --tw-border-opacity: 1;
    border-color: rgb(174 216 103 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(221 255 164 / var(--tw-bg-opacity));
}

.nav-button {
    display: flex;
    height: 3rem;
    width: 3rem;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(192 216 223 / var(--tw-border-opacity));
    background-color: transparent;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.nav-button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(192 216 223 / var(--tw-bg-opacity));
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.nav-button:active {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.play-button {
    display: flex;
    height: 3.5rem;
    width: 3.5rem;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.play-button:hover {
    --tw-bg-opacity: 0.6;
}

.radial-progress:after {
    display: none;
}

.custom-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



h1.wp-block-heading {
    font-family: "roca", sans-serif;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 3rem;
    line-height: 1;
    font-weight: 800;
    --tw-text-opacity: 1;
    color: rgb(18 83 100 / var(--tw-text-opacity));
}@media (min-width: 768px) {h1.wp-block-heading {
        margin-left: 10%;
        margin-right: 10%;
    }
}@media (min-width: 1024px) {h1.wp-block-heading {
        font-size: 4.5rem;
        line-height: 1;
    }
}

h2.wp-block-heading {
    font-family: "roca", sans-serif;
    margin-left: 5%;
    margin-right: 5%;
    max-width: 64rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 800;
}

@media (min-width: 768px) {h2.wp-block-heading {
        margin-left: 10%;
        margin-right: 10%;
    }
}

@media (min-width: 1024px) {h2.wp-block-heading {
        font-size: 3.75rem;
        line-height: 1.25;
    }
}

h3.wp-block-heading {
    font-family: "roca", sans-serif;
    margin-left: 5%;
    margin-right: 5%;
    max-width: 36rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 800;
    --tw-text-opacity: 1;
    color: rgb(18 83 100 / var(--tw-text-opacity));
}

@media (min-width: 768px) {h3.wp-block-heading {
        margin-left: 10%;
        margin-right: 10%;
    }
}

@media (min-width: 1024px) {h3.wp-block-heading {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

h4.wp-block-heading {
    font-family: "roca", sans-serif;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 800;
    --tw-text-opacity: 1;
    color: rgb(18 83 100 / var(--tw-text-opacity));
}

@media (min-width: 768px) {h4.wp-block-heading {
        margin-left: 10%;
        margin-right: 10%;
    }
}

h5.wp-block-heading{
    font-family: "roca", sans-serif;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 800;
}

@media (min-width: 768px) {h5.wp-block-heading {
        margin-left: 10%;
        margin-right: 10%;
    }
}

.wp-block-list {
    margin-left: 5%;
    margin-right: 5%;
    list-style-position: inside;
    list-style-type: disc;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(18 83 100 / var(--tw-text-opacity));
}

@media (min-width: 768px) {.wp-block-list {
        margin-left: 10%;
        margin-right: 10%;
    }
}

.wp-block-list li {
    margin-bottom: 1rem;
    line-height: 1.625;
}

.wp-block-paragraph {
    margin-left: 5%;
    margin-right: 5%;
}

@media (min-width: 768px) {.wp-block-paragraph {
        margin-left: 10%;
        margin-right: 10%;
    }
}

.wp-block-image {
    margin-left: 5%;
    margin-right: 5%;
}

@media (min-width: 768px) {.wp-block-image {
        margin-left: 10%;
        margin-right: 10%;
    }
}

.wp-block-image img {
    height: auto;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.wp-block-columns {
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

@media (min-width: 768px) {.wp-block-columns {
        margin-left: 10%;
        margin-right: 10%;
        flex-direction: row;
    }
}

.wp-block-columns p, h2, h3, h4, h5, h6, ol, ul {
    margin-left: 0px;
    margin-right: 0px;
}

.wp-block-columns .wp-block-image {
    margin: 0px;
}

.wp-block-custom-list {
    margin-left: 5%;
    margin-right: 5%;
    list-style-type: disc;
}

@media (min-width: 768px) {.wp-block-custom-list {
        margin-left: 10%;
        margin-right: 10%;
    }
}

.wp-block-gallery {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.wp-block-gallery .wp-block-image {
    margin: 0px;
    margin-right: 0.5rem;
    min-width: 90%;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.wp-block-gallery .wp-block-image::-webkit-scrollbar {
    display: none;
}

.wp-block-gallery .wp-block-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}



.heading-1 {
    font-family: "roca", sans-serif;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    max-width: 56rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 800;
    --tw-text-opacity: 1;
    color: rgb(18 83 100 / var(--tw-text-opacity));
}@media (min-width: 1024px) {.heading-1 {
        font-size: 4.5rem;
        line-height: 1.25;
    }
}

.heading-2 {
    font-family: "roca", sans-serif;
    max-width: 64rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 800;
}

@media (min-width: 1024px) {.heading-2 {
        font-size: 3.75rem;
        line-height: 1.25;
    }
}

.heading-3 {
    font-family: "roca", sans-serif;
    max-width: 36rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 800;
    --tw-text-opacity: 1;
    color: rgb(18 83 100 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {.heading-3 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

.heading-4 {
    font-family: "roca", sans-serif;
    max-width: 48rem;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 800;
}

@media (min-width: 1024px) {.heading-4 {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

.heading-4-full-width{
    font-family: "roca", sans-serif;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 800;
    --tw-text-opacity: 1;
    color: rgb(18 83 100 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {.heading-4-full-width {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

.heading-5 {
    font-family: "roca", sans-serif;
    max-width: 42rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 800;
}

@media (min-width: 1024px) {.heading-5 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.body-regular {
    font-family: "Inter", sans-serif;
    max-width: 48rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(18 83 100 / var(--tw-text-opacity));
}

.body-regular-full-width {
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(18 83 100 / var(--tw-text-opacity));
}

.body-regular-bold {
    font-family: "Inter", sans-serif;
    max-width: 56rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(18 83 100 / var(--tw-text-opacity));
}

.heading-CAPS {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4.8;
    --tw-text-opacity: 1;
    color: rgb(128 128 128 / var(--tw-text-opacity));
}





h1.wp-block-heading {
    font-family: "roca", sans-serif;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 3rem;
    line-height: 1;
    font-weight: 800;
    --tw-text-opacity: 1;
    color: rgb(18 83 100 / var(--tw-text-opacity));
}@media (min-width: 768px) {h1.wp-block-heading {
        margin-left: 10%;
        margin-right: 10%;
    }
}@media (min-width: 1024px) {h1.wp-block-heading {
        font-size: 4.5rem;
        line-height: 1;
    }
}

h2.wp-block-heading {
    font-family: "roca", sans-serif;
    margin-left: 5%;
    margin-right: 5%;
    max-width: 64rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 800;
}

@media (min-width: 768px) {h2.wp-block-heading {
        margin-left: 10%;
        margin-right: 10%;
    }
}

@media (min-width: 1024px) {h2.wp-block-heading {
        font-size: 3.75rem;
        line-height: 1.25;
    }
}

h3.wp-block-heading {
    font-family: "roca", sans-serif;
    margin-left: 5%;
    margin-right: 5%;
    max-width: 36rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 800;
    --tw-text-opacity: 1;
    color: rgb(18 83 100 / var(--tw-text-opacity));
}

@media (min-width: 768px) {h3.wp-block-heading {
        margin-left: 10%;
        margin-right: 10%;
    }
}

@media (min-width: 1024px) {h3.wp-block-heading {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

h4.wp-block-heading {
    font-family: "roca", sans-serif;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 800;
    --tw-text-opacity: 1;
    color: rgb(18 83 100 / var(--tw-text-opacity));
}

@media (min-width: 768px) {h4.wp-block-heading {
        margin-left: 10%;
        margin-right: 10%;
    }
}

h5.wp-block-heading{
    font-family: "roca", sans-serif;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 800;
}

@media (min-width: 768px) {h5.wp-block-heading {
        margin-left: 10%;
        margin-right: 10%;
    }
}

.wp-block-list {
    margin-left: 5%;
    margin-right: 5%;
    list-style-position: inside;
    list-style-type: disc;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(18 83 100 / var(--tw-text-opacity));
}

@media (min-width: 768px) {.wp-block-list {
        margin-left: 10%;
        margin-right: 10%;
    }
}

.wp-block-list li {
    margin-bottom: 1rem;
    line-height: 1.625;
}

.wp-block-paragraph {
    margin-left: 5%;
    margin-right: 5%;
}

@media (min-width: 768px) {.wp-block-paragraph {
        margin-left: 10%;
        margin-right: 10%;
    }
}

.wp-block-image {
    margin-left: 5%;
    margin-right: 5%;
}

@media (min-width: 768px) {.wp-block-image {
        margin-left: 10%;
        margin-right: 10%;
    }
}

.wp-block-image img {
    height: auto;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.wp-block-columns {
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

@media (min-width: 768px) {.wp-block-columns {
        margin-left: 10%;
        margin-right: 10%;
        flex-direction: row;
    }
}

.wp-block-columns p, h2, h3, h4, h5, h6, ol, ul {
    margin-left: 0px;
    margin-right: 0px;
}

.wp-block-columns .wp-block-image {
    margin: 0px;
}

.wp-block-custom-list {
    margin-left: 5%;
    margin-right: 5%;
    list-style-type: disc;
}

@media (min-width: 768px) {.wp-block-custom-list {
        margin-left: 10%;
        margin-right: 10%;
    }
}

.wp-block-gallery {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.wp-block-gallery .wp-block-image {
    margin: 0px;
    margin-right: 0.5rem;
    min-width: 90%;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.wp-block-gallery .wp-block-image::-webkit-scrollbar {
    display: none;
}

.wp-block-gallery .wp-block-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}



.cookie-modal {

    position: fixed;

    bottom: -8rem;

    z-index: 50;

    margin: 1vw;

    height: -moz-fit-content;

    height: fit-content;

    width: 98vw;

    border-radius: 1.5rem;

    background-image: linear-gradient(to top right, var(--tw-gradient-stops));

    --tw-gradient-from: #BAE4FA var(--tw-gradient-from-position);

    --tw-gradient-to: rgb(186 228 250 / 0) var(--tw-gradient-to-position);

    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);

    --tw-gradient-to: #E5C8E7 var(--tw-gradient-to-position);

    padding: 2.5rem;

    opacity: 0;

    transition-property: all;

    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

    transition-duration: 500ms
}

.cookie-modal.show {

    bottom: 0px;

    opacity: 1
}
.gr-fields {

    background-image: linear-gradient(to right, var(--tw-gradient-stops));

    --tw-gradient-from: #69E9A4 var(--tw-gradient-from-position);

    --tw-gradient-to: rgb(105 233 164 / 0) var(--tw-gradient-to-position);

    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);

    --tw-gradient-to: #125364 var(--tw-gradient-to-position);

    -webkit-background-clip: text;

            background-clip: text;

    color: transparent
}

.gr-dusk {

    background-image: linear-gradient(to top right, var(--tw-gradient-stops));

    --tw-gradient-from: #FFE380 var(--tw-gradient-from-position);

    --tw-gradient-to: rgb(255 227 128 / 0) var(--tw-gradient-to-position);

    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);

    --tw-gradient-to: rgb(0 102 154 / 0)  var(--tw-gradient-to-position);

    --tw-gradient-stops: var(--tw-gradient-from), #00669A var(--tw-gradient-via-position), var(--tw-gradient-to);

    --tw-gradient-to: #CC91CF var(--tw-gradient-to-position);

    -webkit-background-clip: text;

            background-clip: text;

    color: transparent
}

.gr-lime {

    background-image: linear-gradient(to top right, var(--tw-gradient-stops));

    --tw-gradient-from: #C4F276 var(--tw-gradient-from-position);

    --tw-gradient-to: rgb(196 242 118 / 0) var(--tw-gradient-to-position);

    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);

    --tw-gradient-to: rgb(0 102 154 / 0)  var(--tw-gradient-to-position);

    --tw-gradient-stops: var(--tw-gradient-from), #00669A var(--tw-gradient-via-position), var(--tw-gradient-to);

    --tw-gradient-to: #CC91CF var(--tw-gradient-to-position);

    -webkit-background-clip: text;

            background-clip: text;

    color: transparent
}

.gr-litchi {

    background-image: linear-gradient(to top right, var(--tw-gradient-stops));

    --tw-gradient-from: #69E9A4 var(--tw-gradient-from-position);

    --tw-gradient-to: rgb(105 233 164 / 0) var(--tw-gradient-to-position);

    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);

    --tw-gradient-to: rgb(0 102 154 / 0)  var(--tw-gradient-to-position);

    --tw-gradient-stops: var(--tw-gradient-from), #00669A var(--tw-gradient-via-position), var(--tw-gradient-to);

    --tw-gradient-to: #CC91CF var(--tw-gradient-to-position);

    -webkit-background-clip: text;

            background-clip: text;

    color: transparent
}
.normal-section {

    margin-left: 5%;

    margin-right: 5%
}

@media (min-width: 768px) {

    .normal-section {

        margin-left: 10%;

        margin-right: 10%
    }
}

.full-section {

    height: 100vh;

    width: 100%;

    padding-top: 7rem
}

.full-width-section {

    width: 100%;

    align-content: center
}

.container-section {

    margin-left: 5%;

    margin-right: 5%
}

@media (min-width: 768px) {

    .container-section {

        margin-left: 10%;

        margin-right: 10%
    }
}

.full-height-section {

    margin-left: 5%;

    margin-right: 5%;

    height: 100vh
}

@media (min-width: 768px) {

    .full-height-section {

        margin-left: 10%;

        margin-right: 10%
    }
}

.evenly-copy {

    display: flex;

    height: 80vh;

    flex-direction: column;

    align-items: center
}

@media (min-width: 768px) {

    .evenly-copy {

        justify-content: space-evenly
    }
}

.centered-copy {

    display: flex;

    width: 90%;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 2rem
}

@media (min-width: 768px) {

    .centered-copy {

        width: 40%
    }
}

.centered-titles {

    display: flex;

    width: 100%;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 1.5rem
}

.left-titles {

    display: flex;

    flex-direction: column;

    align-items: flex-start;

    gap: 1.5rem
}

@media (min-width: 768px) {

    .left-titles {

        width: 40vw
    }
}
.video {
    margin: auto;
    display: flex;
    height: 90%;
    width: 70%;
    min-width: 70%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity))
}
.card{
    display: flex;
    height: 400px;
    min-width: -moz-fit-content;
    min-width: fit-content;
    cursor: pointer;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    border-radius: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(233 242 237 / var(--tw-bg-opacity));
    padding: 2rem;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.card:hover{
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.publication-card{
    display: flex;
    height: 450px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 1rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(192 216 223 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 2rem;
    --tw-shadow-color: #125364;
    --tw-shadow: var(--tw-shadow-colored);
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.publication-card:hover{
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.publication-page-card{
    display: flex;
    height: 400px;
    width: 300px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 1rem;
    --tw-shadow-color: #125364;
    --tw-shadow: var(--tw-shadow-colored);
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.publication-page-card:hover{
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.solution-card{
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    height: -moz-fit-content;
    height: fit-content;
    justify-content: space-between;
    gap: 2rem;
    padding: 1.5rem;
}

@media (min-width: 768px){

    .solution-card{
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 2rem;
        margin-bottom: 2rem;
        border-radius: 1rem;
        padding: 3rem;
    }
}

.partner-card{
    display: flex;
    height: 250px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    border-radius: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(233 242 237 / var(--tw-bg-opacity));
}

@media (min-width: 640px){

    .partner-card{
        width: 300px;
    }
}

.sustainable-transportation-card{
    background-image: url(../../../assets/images/sustainable-transportation-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    --tw-bg-opacity: 1;
    background-color: rgb(255 232 180 / var(--tw-bg-opacity));
}

.urban-development-card{
    background-image: url(../../../assets/images/urban-development-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    --tw-bg-opacity: 1;
    background-color: rgb(186 228 250 / var(--tw-bg-opacity));  
}

.social-innovation-card{
    background-image: url(../../../assets/images/social-innovation-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    --tw-bg-opacity: 1;
    background-color: rgb(189 255 220 / var(--tw-bg-opacity)); 
}

.funding-card{
    background-image: url(../../../assets/images/funding-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    --tw-bg-opacity: 1;
    background-color: rgb(221 255 164 / var(--tw-bg-opacity)); 
}

.technology-card{
    background-image: url(../../../assets/images/technology-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    --tw-bg-opacity: 1;
    background-color: rgb(240 222 241 / var(--tw-bg-opacity));
}

.no-image-card{
    width: 300px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-bottom: 2rem;
}

@media (min-width: 1280px){

    .no-image-card{
        width: 45.5%;
    }
}

.image-card{
    width: 300px;
    padding-bottom: 2rem;
}

.image-card:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 1280px){

    .image-card{
        width: 21.5%;
    }
}

.full-image-card{
    position: relative;
    width: 300px;
    overflow: hidden;
}

.full-image-card:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 1280px){

    .full-image-card{
        width: 21.5%;
    }
}

@media only screen and (max-width: 768px) {
    .sustainable-transportation-card,
    .urban-development-card,
    .social-innovation-card,.funding-card,
    .technology-card {
        background-image: none;
    }
}

  /* Style the parallax image */
  .parallax-image{
    position: absolute;
    top: 0.25rem;
    right: 0px;
    height: auto;
    transform: translateZ(0);
    transition: transform 0.3s ease-out;
}


  .progress-ring__circle {
    stroke-dasharray: 400, 400;
    transition: stroke-dashoffset 0.35s;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
  }

  
  .image-container img {
    position: absolute;
    transition: opacity 3s ease-in-out; /* Adjust the duration as needed */
    opacity: 0;
}

.image-container img.active {
    opacity: 1;
}
  

.quiz {
    position: absolute;
    bottom: -24px;
    z-index: 50;
    margin-left: 3rem;
    margin-right: 3rem;
    display: flex;
    height: -moz-fit-content;
    height: fit-content;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    border-radius: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(204 145 207 / var(--tw-bg-opacity));
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-inline-start: 5%;
    padding-inline-end: 1.5rem;
    text-align: center
}
@media (min-width: 768px) {
    .quiz {
        left: 0px;
        margin-left: 0px;
        margin-right: 0px;
        width: 50%;
        flex-direction: row;
        justify-content: flex-end;
        border-top-right-radius: 9999px;
        border-bottom-right-radius: 9999px;
        text-align: right
    }
}
@media (min-width: 1024px) {
    .quiz {
        padding-inline-start: 10%
    }
}
.pink-banner {
    margin-left: 1rem;
    margin-right: 1rem;
    display: flex;
    height: -moz-fit-content;
    height: fit-content;
    flex-direction: column;
    gap: 1.5rem;
    border-radius: 1.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(204 145 207 / var(--tw-bg-opacity));
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 4rem;
    padding-right: 4rem;
    text-align: center
}
@media (min-width: 640px) {
    .pink-banner {
        border-radius: 9999px
    }
}
@media (min-width: 768px) {
    .pink-banner {
        flex-direction: row
    }
}
.card-image {

    border-top-left-radius: 1rem;

    border-top-right-radius: 1rem
}

.full-card-image {

    height: 100%;

    border-radius: 1rem;

    -o-object-fit: cover;

       object-fit: cover
}

.group:hover .full-card-image {

    border-bottom-right-radius: 0px;

    border-bottom-left-radius: 0px
}


.content-with-margins {

    margin-left: 1rem;

    margin-right: 1rem;

    margin-top: 1rem
}

.content-with-padding {

    padding-left: 1rem;

    padding-right: 1rem;

    padding-top: 1rem
}

.category-format {

    display: flex
}

.category-format:hover {

    display: none
}
.solution-category-header{
    background-image: url(../../../assets/images/image\ 27.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#parallax-section {
    position: relative;
    height: 80vh;
}
  
  .homepage-layer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom center;
}
  
  #parallax-section-mobile {
    display: none;
    height: 80vh;
    background: url('../../images/City.png') no-repeat center bottom/cover;
}
  
  
  #parallax-section,
  .homepage-layer {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    min-height: 80vh;
    max-width: 1900px;
}
  

  .homepage-layer-bg {
    top: 0px;
    left: 0px;
    z-index: 3;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-position: bottom;
}
  
  .homepage-layer-1 {
    background-position: bottom right;
    z-index: 3;
  }
  
  .homepage-layer-2 {
    background-position: 0% 100%;
    z-index: 1;
  }
  
  .homepage-layer-3 {
    background-position: 100% 70%;
    z-index: 1;
  }
  
  .homepage-layer-4 {
    background-position: 0% 100%;
    z-index: 1;
  }

  
  @media only screen and (max-width: 1200px) {
    #parallax-section {
        display: none;
    }
  
    #parallax-section-mobile {
        display: block;
    }
  }
  
.zoomed {

    display: none;

    transform-origin: center;

    --tw-scale-x: 1.25;

    --tw-scale-y: 1.25;

    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

    transition-property: transform;

    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

    transition-duration: 500ms
}

.champion-quote {

    display: flex;

    flex-direction: column;

    gap: 1rem
}

.quote-clamp {

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 4;

    overflow: hidden
}

.video-overlay {

    position: fixed;

    top: 0px;

    left: 0px;

    z-index: 50;

    display: flex;

    height: 100%;

    width: 100%;

    align-items: center;

    justify-content: center;

    --tw-bg-opacity: 1;

    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}
.coalition-form {

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 5rem;

    padding-top: 5rem;

    padding-bottom: 5rem
}

.wpforms-form {

    display: flex;

    flex-direction: column;

    gap: 2rem
}

.wpforms-field-container {

    display: flex;

    flex-direction: column;

    gap: 2rem
}

.wpforms-field {

    display: flex;

    flex-direction: column;

    gap: 1rem
}

.wpforms-hidden {

    display: none
}

.wpforms-field label {

    display: flex;

    gap: 1rem;

    --tw-text-opacity: 1;

    color: rgb(147 182 191 / var(--tw-text-opacity))
}

textarea {

    height: 6rem;

    resize: none !important
}

textarea, input {

    width: 100%;

    border-bottom-width: 1px;

    --tw-border-opacity: 1;

    border-color: rgb(147 182 191 / var(--tw-border-opacity));

    background-color: transparent;

    font-weight: 500;

    --tw-text-opacity: 1;

    color: rgb(18 83 100 / var(--tw-text-opacity));

    outline: 2px solid transparent;

    outline-offset: 2px
}

textarea:focus, input:focus {

    border-bottom-width: 2px;

    --tw-border-opacity: 1;

    border-color: rgb(57 148 193 / var(--tw-border-opacity));

    font-weight: 700;

    --tw-text-opacity: 1;

    color: rgb(57 148 193 / var(--tw-text-opacity))
}

.wpforms-submit {

    width: -moz-fit-content;

    width: fit-content;

    cursor: pointer;

    border-radius: 9999px;

    border-width: 2px !important;

    --tw-border-opacity: 1;

    border-color: rgb(57 148 193 / var(--tw-border-opacity));

    --tw-bg-opacity: 1 !important;

    background-color: rgb(57 148 193 / var(--tw-bg-opacity)) !important;

    padding-left: 1.75rem;

    padding-right: 1.75rem;

    padding-top: 0.5rem;

    padding-bottom: 0.5rem;

    --tw-text-opacity: 1 !important;

    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;

    transition-property: all;

    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

    transition-duration: 150ms
}

.wpforms-submit:hover {

    --tw-border-opacity: 1;

    border-color: rgb(0 102 154 / var(--tw-border-opacity));

    --tw-bg-opacity: 1 !important;

    background-color: rgb(0 102 154 / var(--tw-bg-opacity)) !important
}
.resource-header {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    border-radius: 1.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(233 242 237 / var(--tw-bg-opacity));
    padding: 1.5rem
}
.site-map {

    margin-top: 1.25rem;

    margin-bottom: 1.25rem;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    gap: 1.25rem;

    font-size: 0.875rem;

    line-height: 1.25rem;

    --tw-text-opacity: 1;

    color: rgb(77 77 77 / var(--tw-text-opacity))
}

@media (min-width: 768px) {

    .site-map {

        flex-direction: row
    }
}

.copyright {

    margin-top: 1.25rem;

    margin-bottom: 1.25rem;

    display: flex;

    flex-direction: column-reverse;

    align-items: flex-start;

    justify-content: space-between;

    gap: 1.25rem;

    text-align: left
}

@media (min-width: 768px) {

    .copyright {

        flex-direction: row;

        align-items: center
    }
}

.disclaimer {

    display: flex;

    flex-direction: column;

    gap: 1rem;

    padding-bottom: 1.25rem
}

@media (min-width: 768px) {

    .disclaimer {

        flex-direction: row
    }
}

.gt_selector {

    --tw-bg-opacity: 1;

    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}
.policy-table {

    width: 100%;

    max-width: 56rem;

    padding-top: 2.5rem;

    padding-bottom: 2.5rem
}

.policy-table th {

    height: 3rem;

    padding-top: 1rem;

    padding-bottom: 1rem;

    text-align: left;

    font-size: 1rem;

    line-height: 1.5rem;

    font-weight: 700;

    --tw-text-opacity: 1;

    color: rgb(18 83 100 / var(--tw-text-opacity))
}

.policy-table td {

    height: 3rem;

    border-top-width: 1px;

    --tw-border-opacity: 1;

    border-color: rgb(192 216 223 / var(--tw-border-opacity));

    padding-top: 1rem;

    padding-bottom: 1rem;

    padding-inline-end: 1rem;

    text-align: left;

    font-size: 1rem;

    line-height: 1.5rem;

    font-weight: 400;

    --tw-text-opacity: 1;

    color: rgb(18 83 100 / var(--tw-text-opacity))
}
.non-responsive-map {
    display: none
}
@media only screen and (max-width: 1400px) {
    .responsive-map {
        display: none
    }
  
    .non-responsive-map {
        display: block
    }
  }
#citizens-parallax {
    position: relative;
    height: 55vh;
}
  
  .citizens-layer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom center;
}
  
  #citizens-parallax-mobile {
    display: none;
    height: 35vh;
    background: url('../../images/for-citizens-background.png') no-repeat center bottom/contain;
}
  
  
  #citizens-parallax,
  .citizens-layer {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    min-height: 55vh;
    max-width: 1900px;
}
  
  .citizens-layer-bg {
    top: 0px;
    left: 0px;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}
  
  .citizens-layer-1 {
    background-position: 10% 78%;
    z-index: 2;
  }
  
  .citizens-layer-2 {
    background-position: 50% 80%;
    z-index: 2;
  }
  
  .citizens-layer-3 {
    background-position: 65% 70%;
    z-index: 2;
  }
  
  .citizens-layer-4 {
    background-position: 90% 40%;
    z-index: 2;
  }

  .citizens-layer-5 {
    background-position: 40% 61%;
    z-index: 2;
  }

  @media only screen and (max-width: 1200px) {
    #citizens-parallax {
        display: none;
    }
  
    #citizens-parallax-mobile {
        display: block;
    }
  }
#about-parallax {
    position: relative;
    height: 80vh;
}
  
  .about-layer {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 100%;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom center;
}
  
  #about-parallax-mobile {
    display: none;
    height: 70vh;
    background: url('../../images/about-intro.png') no-repeat center bottom/contain;
}
  
  
  #about-parallax,
  .about-layer {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    min-height: 80vh;
    max-width: 1900px;
}
  
  .about-layer-bg {
    top: 0px;
    left: 0px;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}
  
  .about-layer-1 {
    background-position: 50% 89%;
    z-index: 4;
  }
  
  .about-layer-2 {
    background-position: 77% 63%;
    z-index: 3;
    background-size: 72%
  }

  .about-layer-5 {
    background-position: 80% 48%;
  }

  .about-layer-6 {
    background-position: 0% 50%;
  }

  @media only screen and (max-width: 1400px) {
    #about-parallax {
        display: none;
    }
  
    #about-parallax-mobile {
        display: block;
    }
  }
.frm-fluent-form fieldset {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2rem;
}

.frm-fluent-form fieldset .title-input {
	width: 100%;
}

@media (min-width: 768px) {

	.frm-fluent-form fieldset .title-input {
		width: 10%;
	}
}

.ff-el-group {
	width: 100%;
}

.frm-fluent-form fieldset .name-input .ff-t-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 2rem;
}

@media (min-width: 768px) {

	.frm-fluent-form fieldset .name-input .ff-t-container {
		flex-direction: row;
		gap: 1rem;
	}
}

.frm-fluent-form fieldset .name-input {
	width: 100%;
}

@media (min-width: 768px) {

	.frm-fluent-form fieldset .name-input {
		width: 80%;
	}
}

.frm-fluent-form fieldset .email-input {
	width: 100%;
}

@media (min-width: 768px) {

	.frm-fluent-form fieldset .email-input {
		width: 47%;
	}
}

.frm-fluent-form fieldset .phone-input {
	width: 100%;
}

@media (min-width: 768px) {

	.frm-fluent-form fieldset .phone-input {
		width: 47%;
	}
}

.frm-fluent-form fieldset .type-input {
	width: 100%;
}

.frm-fluent-form fieldset .city-input {
	width: 100%;
}

@media (min-width: 768px) {

	.frm-fluent-form fieldset .city-input {
		width: 47%;
	}
}

.frm-fluent-form fieldset .country-input {
	width: 100%;
}

@media (min-width: 768px) {

	.frm-fluent-form fieldset .country-input {
		width: 47%;
	}
}

.ff-el-input--label {
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgb(89 135 147 / var(--tw-text-opacity));
}

.ff-el-form-control {
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgb(18 83 100 / var(--tw-text-opacity));
}

.ff-el-form-control:focus {
	--tw-border-opacity: 1;
	border-color: rgb(89 135 147 / var(--tw-border-opacity));
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgb(18 83 100 / var(--tw-text-opacity));
}

.agreement-message {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1rem;
	--tw-text-opacity: 1;
	color: rgb(89 135 147 / var(--tw-text-opacity));
}

.gdpr-input {
	width: 100%;
}

@media (min-width: 768px) {

	.gdpr-input {
		width: 50%;
	}
}

.ff-el-form-check-label {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.ff-el-form-check-label .ff_t_c {
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgb(18 83 100 / var(--tw-text-opacity));
}

.ff-btn-submit {
	width: -moz-fit-content;
	width: fit-content;
	cursor: pointer;
	border-radius: 9999px;
	border-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgb(57 148 193 / var(--tw-border-opacity));
	padding-left: 1.75rem;
	padding-right: 1.75rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.ff-btn-submit:hover {
	--tw-border-opacity: 1;
	border-color: rgb(0 102 154 / var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ff-btn-submit {
	background-color: #3994c1 !important;
}

.ff-btn-submit:hover {
	background-color: #00669a !important;
}

.ff-el-group .ff-el-input--content input {
	border: none;
	border-bottom: 1px solid #598793;
	border-radius: 0px;
}

.ff-el-group .ff-el-input--content .ff-el-form-control {
	border: none;
	border-bottom: 1px solid #598793;
	border-radius: 0px;
	--tw-text-opacity: 1;
	color: rgb(18 83 100 / var(--tw-text-opacity));
}

.ff-el-group .ff-el-input--content input:focus {
	--tw-border-opacity: 1;
	border-color: rgb(89 135 147 / var(--tw-border-opacity));
	line-height: 1;
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.fluentform .ff-message-success {
	margin: 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	border-style: none;
	padding: 0px;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.fluentform .ff-message-success p:last-child {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	border-radius: 1rem;
	--tw-bg-opacity: 1;
	background-color: rgb(229 247 255 / var(--tw-bg-opacity));
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.fluentform .ff-message-success p a {
    border: 2px solid #c0d8df !important;
    padding: 1rem 2rem !important;
    border-radius: 4rem !important;
    background-color: #e5f7ff !important;
}

.fluentform .ff-message-success::before {
    content: "";
    display: inline-block;
    background-image: url("../../images/success-icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 450px;
    height: 250px;
}

/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

:root,
[data-theme] {
  background-color: var(--fallback-b1,oklch(var(--b1)/1));
  color: var(--fallback-bc,oklch(var(--bc)/1));
}

@supports not (color: oklch(0 0 0)) {

  :root {
    color-scheme: light;
    --fallback-p: #491eff;
    --fallback-pc: #d4dbff;
    --fallback-s: #ff41c7;
    --fallback-sc: #fff9fc;
    --fallback-a: #00cfbd;
    --fallback-ac: #00100d;
    --fallback-n: #2b3440;
    --fallback-nc: #d7dde4;
    --fallback-b1: #ffffff;
    --fallback-b2: #e5e6e6;
    --fallback-b3: #e5e6e6;
    --fallback-bc: #1f2937;
    --fallback-in: #00b3f0;
    --fallback-inc: #000000;
    --fallback-su: #00ca92;
    --fallback-suc: #000000;
    --fallback-wa: #ffc22d;
    --fallback-wac: #000000;
    --fallback-er: #ff6f70;
    --fallback-erc: #000000;
  }

  @media (prefers-color-scheme: dark) {

    :root {
      color-scheme: dark;
      --fallback-p: #7582ff;
      --fallback-pc: #050617;
      --fallback-s: #ff71cf;
      --fallback-sc: #190211;
      --fallback-a: #00c7b5;
      --fallback-ac: #000e0c;
      --fallback-n: #2a323c;
      --fallback-nc: #a6adbb;
      --fallback-b1: #1d232a;
      --fallback-b2: #191e24;
      --fallback-b3: #15191e;
      --fallback-bc: #a6adbb;
      --fallback-in: #00b3f0;
      --fallback-inc: #000000;
      --fallback-su: #00ca92;
      --fallback-suc: #000000;
      --fallback-wa: #ffc22d;
      --fallback-wac: #000000;
      --fallback-er: #ff6f70;
      --fallback-erc: #000000;
    }
  }
}

html {
  -webkit-tap-highlight-color: transparent;
}

:root {
  color-scheme: light;
  --in: 0.7206 0.191 231.6;
  --su: 64.8% 0.150 160;
  --wa: 0.8471 0.199 83.87;
  --er: 0.7176 0.221 22.18;
  --pc: 0.89824 0.06192 275.75;
  --ac: 0.15352 0.0368 183.61;
  --inc: 0 0 0;
  --suc: 0 0 0;
  --wac: 0 0 0;
  --erc: 0 0 0;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 0.4912 0.3096 275.75;
  --s: 0.6971 0.329 342.55;
  --sc: 0.9871 0.0106 342.55;
  --a: 0.7676 0.184 183.61;
  --n: 0.321785 0.02476 255.701624;
  --nc: 0.894994 0.011585 252.096176;
  --b1: 1 0 0;
  --b2: 0.961151 0 0;
  --b3: 0.924169 0.00108 197.137559;
  --bc: 0.278078 0.029596 256.847952;
}

@media (prefers-color-scheme: dark) {

  :root {
    color-scheme: dark;
    --in: 0.7206 0.191 231.6;
    --su: 64.8% 0.150 160;
    --wa: 0.8471 0.199 83.87;
    --er: 0.7176 0.221 22.18;
    --pc: 0.13138 0.0392 275.75;
    --sc: 0.1496 0.052 342.55;
    --ac: 0.14902 0.0334 183.61;
    --inc: 0 0 0;
    --suc: 0 0 0;
    --wac: 0 0 0;
    --erc: 0 0 0;
    --rounded-box: 1rem;
    --rounded-btn: 0.5rem;
    --rounded-badge: 1.9rem;
    --animation-btn: 0.25s;
    --animation-input: .2s;
    --btn-focus-scale: 0.95;
    --border-btn: 1px;
    --tab-border: 1px;
    --tab-radius: 0.5rem;
    --p: 0.6569 0.196 275.75;
    --s: 0.748 0.26 342.55;
    --a: 0.7451 0.167 183.61;
    --n: 0.313815 0.021108 254.139175;
    --nc: 0.746477 0.0216 264.435964;
    --b1: 0.253267 0.015896 252.417568;
    --b2: 0.232607 0.013807 253.100675;
    --b3: 0.211484 0.01165 254.087939;
    --bc: 0.746477 0.0216 264.435964;
  }
}

[data-theme=light] {
  color-scheme: light;
  --in: 0.7206 0.191 231.6;
  --su: 64.8% 0.150 160;
  --wa: 0.8471 0.199 83.87;
  --er: 0.7176 0.221 22.18;
  --pc: 0.89824 0.06192 275.75;
  --ac: 0.15352 0.0368 183.61;
  --inc: 0 0 0;
  --suc: 0 0 0;
  --wac: 0 0 0;
  --erc: 0 0 0;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 0.4912 0.3096 275.75;
  --s: 0.6971 0.329 342.55;
  --sc: 0.9871 0.0106 342.55;
  --a: 0.7676 0.184 183.61;
  --n: 0.321785 0.02476 255.701624;
  --nc: 0.894994 0.011585 252.096176;
  --b1: 1 0 0;
  --b2: 0.961151 0 0;
  --b3: 0.924169 0.00108 197.137559;
  --bc: 0.278078 0.029596 256.847952;
}

[data-theme=dark] {
  color-scheme: dark;
  --in: 0.7206 0.191 231.6;
  --su: 64.8% 0.150 160;
  --wa: 0.8471 0.199 83.87;
  --er: 0.7176 0.221 22.18;
  --pc: 0.13138 0.0392 275.75;
  --sc: 0.1496 0.052 342.55;
  --ac: 0.14902 0.0334 183.61;
  --inc: 0 0 0;
  --suc: 0 0 0;
  --wac: 0 0 0;
  --erc: 0 0 0;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 0.6569 0.196 275.75;
  --s: 0.748 0.26 342.55;
  --a: 0.7451 0.167 183.61;
  --n: 0.313815 0.021108 254.139175;
  --nc: 0.746477 0.0216 264.435964;
  --b1: 0.253267 0.015896 252.417568;
  --b2: 0.232607 0.013807 253.100675;
  --b3: 0.211484 0.01165 254.087939;
  --bc: 0.746477 0.0216 264.435964;
}
    html {
        font-family: 'Inter', sans-serif;
        font-style: normal;
        font-size: 16px;
    }

    body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(18 83 100 / var(--tw-text-opacity));
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
/* @import "tailwindcss/components"; */
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-left-20 {
  left: -5rem;
}
.-left-60 {
  left: -15rem;
}
.-top-20 {
  top: -5rem;
}
.-top-\[15rem\] {
  top: -15rem;
}
.-top-\[40px\] {
  top: -40px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-20 {
  bottom: 5rem;
}
.bottom-40 {
  bottom: 10rem;
}
.left-0 {
  left: 0px;
}
.left-20 {
  left: 5rem;
}
.left-\[16rem\] {
  left: 16rem;
}
.left-\[20rem\] {
  left: 20rem;
}
.left-\[2vw\] {
  left: 2vw;
}
.left-\[5rem\] {
  left: 5rem;
}
.right-0 {
  right: 0px;
}
.right-4 {
  right: 1rem;
}
.right-\[15rem\] {
  right: 15rem;
}
.right-\[15vw\] {
  right: 15vw;
}
.right-\[20rem\] {
  right: 20rem;
}
.right-\[22rem\] {
  right: 22rem;
}
.right-\[25rem\] {
  right: 25rem;
}
.right-\[30rem\] {
  right: 30rem;
}
.right-\[44rem\] {
  right: 44rem;
}
.right-\[54rem\] {
  right: 54rem;
}
.right-\[6rem\] {
  right: 6rem;
}
.top-0 {
  top: 0px;
}
.top-20 {
  top: 5rem;
}
.top-4 {
  top: 1rem;
}
.top-40 {
  top: 10rem;
}
.top-\[-9rem\] {
  top: -9rem;
}
.top-\[15rem\] {
  top: 15rem;
}
.top-\[23rem\] {
  top: 23rem;
}
.top-\[26rem\] {
  top: 26rem;
}
.top-\[27rem\] {
  top: 27rem;
}
.top-\[30vh\] {
  top: 30vh;
}
.top-\[40rem\] {
  top: 40rem;
}
.top-\[40vh\] {
  top: 40vh;
}
.top-\[43vh\] {
  top: 43vh;
}
.top-\[7rem\] {
  top: 7rem;
}
.top-\[7vh\] {
  top: 7vh;
}
.top-\[8rem\] {
  top: 8rem;
}
.-z-10 {
  z-index: -10;
}
.-z-20 {
  z-index: -20;
}
.-z-30 {
  z-index: -30;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[2\] {
  z-index: 2;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.m-0 {
  margin: 0px;
}
.m-4 {
  margin: 1rem;
}
.m-8 {
  margin: 2rem;
}
.m-\[5\%\] {
  margin: 5%;
}
.m-auto {
  margin: auto;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-\[10\%\] {
  margin-left: 10%;
  margin-right: 10%;
}
.mx-\[5\%\] {
  margin-left: 5%;
  margin-right: 5%;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mr-20 {
  margin-right: -5rem;
}
.-mt-12 {
  margin-top: -3rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-\[10\%\] {
  margin-bottom: 10%;
}
.mb-\[30\%\] {
  margin-bottom: 30%;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-\[55\%\] {
  margin-left: 55%;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mr-8 {
  margin-right: 2rem;
}
.mr-\[10rem\] {
  margin-right: 10rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-32 {
  margin-top: 8rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[-10rem\] {
  margin-top: -10rem;
}
.mt-\[-250\] {
  margin-top: -250;
}
.mt-\[-6rem\] {
  margin-top: -6rem;
}
.mt-\[-7rem\] {
  margin-top: -7rem;
}
.mt-\[-8rem\] {
  margin-top: -8rem;
}
.mt-\[10rem\] {
  margin-top: 10rem;
}
.mt-\[12rem\] {
  margin-top: 12rem;
}
.mt-\[14rem\] {
  margin-top: 14rem;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-0 {
  height: 0px;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-28 {
  height: 7rem;
}
.h-32 {
  height: 8rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[100\%\] {
  height: 100%;
}
.h-\[135vh\] {
  height: 135vh;
}
.h-\[15rem\] {
  height: 15rem;
}
.h-\[190px\] {
  height: 190px;
}
.h-\[30\%\] {
  height: 30%;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[320px\] {
  height: 320px;
}
.h-\[40\%\] {
  height: 40%;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[480px\] {
  height: 480px;
}
.h-\[65vh\] {
  height: 65vh;
}
.h-\[75vh\] {
  height: 75vh;
}
.h-\[80vh\] {
  height: 80vh;
}
.h-\[85\%\] {
  height: 85%;
}
.h-\[85vh\] {
  height: 85vh;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.min-h-\[50vh\] {
  min-height: 50vh;
}
.min-h-\[60vh\] {
  min-height: 60vh;
}
.w-1\/2 {
  width: 50%;
}
.w-3\/4 {
  width: 75%;
}
.w-\[10\%\] {
  width: 10%;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[190px\] {
  width: 190px;
}
.w-\[20\%\] {
  width: 20%;
}
.w-\[20rem\] {
  width: 20rem;
}
.w-\[27\%\] {
  width: 27%;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[30vw\] {
  width: 30vw;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[45\%\] {
  width: 45%;
}
.w-\[480px\] {
  width: 480px;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[62\%\] {
  width: 62%;
}
.w-\[65\%\] {
  width: 65%;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[85\%\] {
  width: 85%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[95\%\] {
  width: 95%;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.min-w-\[30vw\] {
  min-width: 30vw;
}
.min-w-\[40\%\] {
  min-width: 40%;
}
.max-w-\[23rem\] {
  max-width: 23rem;
}
.max-w-\[720px\] {
  max-width: 720px;
}
.max-w-\[75\%\] {
  max-width: 75%;
}
.max-w-\[85\%\] {
  max-width: 85%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-xl {
  max-width: 36rem;
}
.-translate-y-40 {
  --tw-translate-y: -10rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.auto-cols-max {
  grid-auto-columns: max-content;
}
.grid-flow-col {
  grid-auto-flow: column;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-24 {
  gap: 6rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-40 {
  gap: 10rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[2px\] {
  gap: 2px;
}
.gap-\[3rem\] {
  gap: 3rem;
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[3rem\] {
  border-radius: 3rem;
}
.rounded-\[4rem\] {
  border-radius: 4rem;
}
.rounded-\[7rem\] {
  border-radius: 7rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-l-\[1px\] {
  border-left-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-solid {
  border-style: solid;
}
.border-\[\#C0D8DF\] {
  --tw-border-opacity: 1;
  border-color: rgb(192 216 223 / var(--tw-border-opacity));
}
.border-black-30 {
  --tw-border-opacity: 1;
  border-color: rgb(178 178 178 / var(--tw-border-opacity));
}
.border-blue-70 {
  --tw-border-opacity: 1;
  border-color: rgb(57 148 193 / var(--tw-border-opacity));
}
.border-green-30 {
  --tw-border-opacity: 1;
  border-color: rgb(189 255 220 / var(--tw-border-opacity));
}
.border-sky {
  --tw-border-opacity: 1;
  border-color: rgb(18 83 100 / var(--tw-border-opacity));
}
.border-sky-30 {
  --tw-border-opacity: 1;
  border-color: rgb(192 216 223 / var(--tw-border-opacity));
}
.border-sky-50 {
  --tw-border-opacity: 1;
  border-color: rgb(147 182 191 / var(--tw-border-opacity));
}
.border-sky-70 {
  --tw-border-opacity: 1;
  border-color: rgb(89 135 147 / var(--tw-border-opacity));
}
.border-opacity-30 {
  --tw-border-opacity: 0.3;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}
.bg-black-30 {
  --tw-bg-opacity: 1;
  background-color: rgb(178 178 178 / var(--tw-bg-opacity));
}
.bg-black-70 {
  --tw-bg-opacity: 1;
  background-color: rgb(77 77 77 / var(--tw-bg-opacity));
}
.bg-blue-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 247 255 / var(--tw-bg-opacity));
}
.bg-blue-30 {
  --tw-bg-opacity: 1;
  background-color: rgb(186 228 250 / var(--tw-bg-opacity));
}
.bg-blue-70 {
  --tw-bg-opacity: 1;
  background-color: rgb(57 148 193 / var(--tw-bg-opacity));
}
.bg-grass-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 248 238 / var(--tw-bg-opacity));
}
.bg-grass-30 {
  --tw-bg-opacity: 1;
  background-color: rgb(221 255 164 / var(--tw-bg-opacity));
}
.bg-grass-70 {
  --tw-bg-opacity: 1;
  background-color: rgb(174 216 103 / var(--tw-bg-opacity));
}
.bg-green-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 242 237 / var(--tw-bg-opacity));
}
.bg-green-30 {
  --tw-bg-opacity: 1;
  background-color: rgb(189 255 220 / var(--tw-bg-opacity));
}
.bg-green-70 {
  --tw-bg-opacity: 1;
  background-color: rgb(66 175 116 / var(--tw-bg-opacity));
}
.bg-orange-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 239 233 / var(--tw-bg-opacity));
}
.bg-orange-30 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 220 206 / var(--tw-bg-opacity));
}
.bg-orange-70 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 152 52 / var(--tw-bg-opacity));
}
.bg-pink-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 229 239 / var(--tw-bg-opacity));
}
.bg-pink-30 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 195 219 / var(--tw-bg-opacity));
}
.bg-pink-70 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 77 144 / var(--tw-bg-opacity));
}
.bg-purple-30 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 222 241 / var(--tw-bg-opacity));
}
.bg-purple-70 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 178 221 / var(--tw-bg-opacity));
}
.bg-sky {
  --tw-bg-opacity: 1;
  background-color: rgb(18 83 100 / var(--tw-bg-opacity));
}
.bg-sky-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 238 239 / var(--tw-bg-opacity));
}
.bg-sky-30 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 216 223 / var(--tw-bg-opacity));
}
.bg-sky-70 {
  --tw-bg-opacity: 1;
  background-color: rgb(89 135 147 / var(--tw-bg-opacity));
}
.bg-summitAqua {
  --tw-bg-opacity: 1;
  background-color: rgb(162 213 208 / var(--tw-bg-opacity));
}
.bg-summitBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(13 83 100 / var(--tw-bg-opacity));
}
.bg-summitBlue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(132 167 176 / var(--tw-bg-opacity));
}
.bg-summitBlue-70 {
  --tw-bg-opacity: 1;
  background-color: rgb(85 134 146 / var(--tw-bg-opacity));
}
.bg-summitGreen {
  --tw-bg-opacity: 1;
  background-color: rgb(176 209 14 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow-30 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 232 180 / var(--tw-bg-opacity));
}
.bg-yellow-70 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 212 111 / var(--tw-bg-opacity));
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.bg-about-parallax-bg {
  background-image: url('../../images/about-parallax-bg.png');
}
.bg-about-parallax-layer-1 {
  background-image: url('../../images/about-parallax-layer-1.png');
}
.bg-about-parallax-layer-2 {
  background-image: url('../../images/about-parallax-layer-2.png');
}
.bg-about-parallax-layer-5 {
  background-image: url('../../images/about-parallax-layer-5.png');
}
.bg-about-parallax-layer-6 {
  background-image: url('../../images/about-parallax-layer-6.png');
}
.bg-citizens-parallax-bg {
  background-image: url('../../images/citizens-bg.png');
}
.bg-citizens-parallax-layer-1 {
  background-image: url('../../images/citizens-layer-1.png');
}
.bg-citizens-parallax-layer-2 {
  background-image: url('../../images/citizens-layer-2.png');
}
.bg-citizens-parallax-layer-3 {
  background-image: url('../../images/citizens-layer-3.png');
}
.bg-citizens-parallax-layer-4 {
  background-image: url('../../images/citizens-layer-4.png');
}
.bg-citizens-parallax-layer-5 {
  background-image: url('../../images/citizens-layer-5.png');
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-group-partners {
  background-image: url('../../images/GroupPartners.png');
}
.from-\[\#E5F7FF\] {
  --tw-gradient-from: #E5F7FF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 247 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#FFE380\] {
  --tw-gradient-from: #FFE380 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 227 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#FFFFFF\] {
  --tw-gradient-from: #FFFFFF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50 {
  --tw-gradient-from: #FFE380 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 227 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-70 {
  --tw-gradient-from: #FFD46F var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 212 111 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-\[\#CC91CF\] {
  --tw-gradient-to: rgb(204 145 207 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #CC91CF var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#E5F7FF\] {
  --tw-gradient-to: rgb(229 247 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #E5F7FF var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-purple-50 {
  --tw-gradient-to: rgb(229 200 231 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #E5C8E7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-purple-70 {
  --tw-gradient-to: rgb(219 178 221 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #DBB2DD var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#AAC7D6\] {
  --tw-gradient-to: #AAC7D6 var(--tw-gradient-to-position);
}
.to-\[\#E5F7FF\] {
  --tw-gradient-to: #E5F7FF var(--tw-gradient-to-position);
}
.to-\[\#E9F2ED\] {
  --tw-gradient-to: #E9F2ED var(--tw-gradient-to-position);
}
.to-blue-30 {
  --tw-gradient-to: #BAE4FA var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.stroke-current {
  stroke: currentColor;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-none {
  -o-object-fit: none;
     object-fit: none;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[5\%\] {
  padding: 5%;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[10\%\] {
  padding-left: 10%;
  padding-right: 10%;
}
.px-\[5\%\] {
  padding-left: 5%;
  padding-right: 5%;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[2\%\] {
  padding-top: 2%;
  padding-bottom: 2%;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-28 {
  padding-bottom: 7rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-8 {
  padding-left: 2rem;
}
.ps-2 {
  padding-inline-start: 0.5rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-28 {
  padding-top: 7rem;
}
.pt-40 {
  padding-top: 10rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[10rem\] {
  padding-top: 10rem;
}
.pt-\[5rem\] {
  padding-top: 5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-start {
  text-align: start;
}
.font-roca {
  font-family: roca, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[1\.25rem\] {
  font-size: 1.25rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-\[60px\] {
  line-height: 60px;
}
.leading-tight {
  line-height: 1.25;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-black-30 {
  --tw-text-opacity: 1;
  color: rgb(178 178 178 / var(--tw-text-opacity));
}
.text-black-50 {
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity));
}
.text-blue-70 {
  --tw-text-opacity: 1;
  color: rgb(57 148 193 / var(--tw-text-opacity));
}
.text-grass-70 {
  --tw-text-opacity: 1;
  color: rgb(174 216 103 / var(--tw-text-opacity));
}
.text-green-70 {
  --tw-text-opacity: 1;
  color: rgb(66 175 116 / var(--tw-text-opacity));
}
.text-purple {
  --tw-text-opacity: 1;
  color: rgb(204 145 207 / var(--tw-text-opacity));
}
.text-sky {
  --tw-text-opacity: 1;
  color: rgb(18 83 100 / var(--tw-text-opacity));
}
.text-sky-50 {
  --tw-text-opacity: 1;
  color: rgb(147 182 191 / var(--tw-text-opacity));
}
.text-summitBlue-50 {
  --tw-text-opacity: 1;
  color: rgb(132 167 176 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow-30 {
  --tw-text-opacity: 1;
  color: rgb(255 232 180 / var(--tw-text-opacity));
}
.text-opacity-50 {
  --tw-text-opacity: 0.5;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-30 {
  opacity: 0.3;
}
.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-75 {
  transition-duration: 75ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

/* Importing local classes */ /* Using the WPForms styles for the coalition form */

[x-cloak] {
    display: none !important;
}

.marker\:text-orange-70 *::marker {
  color: rgb(255 152 52 );
}

.marker\:text-sky *::marker {
  color: rgb(18 83 100 );
}

.marker\:text-orange-70::marker {
  color: rgb(255 152 52 );
}

.marker\:text-sky::marker {
  color: rgb(18 83 100 );
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:text-blue-70:hover {
  --tw-text-opacity: 1;
  color: rgb(57 148 193 / var(--tw-text-opacity));
}

.hover\:\!opacity-100:hover {
  opacity: 1 !important;
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:flex {
  display: flex;
}

.group:hover .group-hover\:truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.group:hover .group-hover\:whitespace-nowrap {
  white-space: nowrap;
}

.group:hover .group-hover\:bg-sky-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 238 239 / var(--tw-bg-opacity));
}

@media (min-width: 640px) {

  .sm\:top-\[20vh\] {
    top: 20vh;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:w-\[25\%\] {
    width: 25%;
  }

  .sm\:w-\[50\%\] {
    width: 50%;
  }

  .sm\:w-\[75\%\] {
    width: 75%;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:gap-0 {
    gap: 0px;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:text-start {
    text-align: start;
  }

  .sm\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:-bottom-40 {
    bottom: -10rem;
  }

  .md\:-top-40 {
    top: -10rem;
  }

  .md\:left-\[18vw\] {
    left: 18vw;
  }

  .md\:left-\[8vw\] {
    left: 8vw;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:right-\[5\%\] {
    right: 5%;
  }

  .md\:top-\[40vh\] {
    top: 40vh;
  }

  .md\:top-\[60vh\] {
    top: 60vh;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-first {
    order: -9999;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:mx-\[10\%\] {
    margin-left: 10%;
    margin-right: 10%;
  }

  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:-mt-28 {
    margin-top: -7rem;
  }

  .md\:ml-\[30\%\] {
    margin-left: 30%;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:mt-\[-400px\] {
    margin-top: -400px;
  }

  .md\:flex {
    display: flex;
  }

  .md\:contents {
    display: contents;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-square {
    aspect-ratio: 1 / 1;
  }

  .md\:h-\[50\%\] {
    height: 50%;
  }

  .md\:h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-\[20rem\] {
    width: 20rem;
  }

  .md\:w-\[20vw\] {
    width: 20vw;
  }

  .md\:w-\[25\%\] {
    width: 25%;
  }

  .md\:w-\[37\%\] {
    width: 37%;
  }

  .md\:w-\[40rem\] {
    width: 40rem;
  }

  .md\:w-\[42\%\] {
    width: 42%;
  }

  .md\:w-\[45\%\] {
    width: 45%;
  }

  .md\:w-\[47\%\] {
    width: 47%;
  }

  .md\:w-\[48\%\] {
    width: 48%;
  }

  .md\:w-\[50\%\] {
    width: 50%;
  }

  .md\:w-\[58\%\] {
    width: 58%;
  }

  .md\:w-\[60\%\] {
    width: 60%;
  }

  .md\:w-\[62\%\] {
    width: 62%;
  }

  .md\:w-\[65\%\] {
    width: 65%;
  }

  .md\:w-\[70\%\] {
    width: 70%;
  }

  .md\:w-\[80\%\] {
    width: 80%;
  }

  .md\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .md\:min-w-\[20vw\] {
    min-width: 20vw;
  }

  .md\:max-w-\[30\%\] {
    max-width: 30%;
  }

  .md\:max-w-\[65\%\] {
    max-width: 65%;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:border-none {
    border-style: none;
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:px-\[10\%\] {
    padding-left: 10%;
    padding-right: 10%;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-\[5\%\] {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pt-\[10rem\] {
    padding-top: 10rem;
  }

  .md\:pt-\[15rem\] {
    padding-top: 15rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-right {
    text-align: right;
  }
}

@media (min-width: 1024px) {

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-\[27\%\] {
    width: 27%;
  }

  .lg\:w-\[30\%\] {
    width: 30%;
  }

  .lg\:w-\[40\%\] {
    width: 40%;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:text-left {
    text-align: left;
  }
}

@media (min-width: 1280px) {

  .xl\:top-\[15vh\] {
    top: 15vh;
  }

  .xl\:ml-\[10\%\] {
    margin-left: 10%;
  }

  .xl\:mt-16 {
    margin-top: 4rem;
  }

  .xl\:mt-20 {
    margin-top: 5rem;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-\[400px\] {
    height: 400px;
  }

  .xl\:w-\[15\%\] {
    width: 15%;
  }

  .xl\:w-\[20\%\] {
    width: 20%;
  }

  .xl\:w-\[21\%\] {
    width: 21%;
  }

  .xl\:w-\[24\%\] {
    width: 24%;
  }

  .xl\:w-\[26\%\] {
    width: 26%;
  }

  .xl\:w-\[40\%\] {
    width: 40%;
  }

  .xl\:w-\[48\%\] {
    width: 48%;
  }

  .xl\:w-\[50\%\] {
    width: 50%;
  }

  .xl\:w-\[60\%\] {
    width: 60%;
  }

  .xl\:w-\[75\%\] {
    width: 75%;
  }

  .xl\:w-\[85\%\] {
    width: 85%;
  }

  .xl\:w-\[90\%\] {
    width: 90%;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:flex-col {
    flex-direction: column;
  }

  .xl\:flex-wrap {
    flex-wrap: wrap;
  }

  .xl\:items-center {
    align-items: center;
  }

  .xl\:justify-start {
    justify-content: flex-start;
  }

  .xl\:gap-0 {
    gap: 0px;
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (prefers-color-scheme: dark) {

  .dark\:opacity-50 {
    opacity: 0.5;
  }
}

.\[\&\:hover\>div\]\:opacity-20:hover>div {
  opacity: 0.2;
}

